//==============================================================================
// goat_anim.txt
//==============================================================================


//==============================================================================
anim bored
{
   SetSelector
   {
	  InventoryLogic 25 75
      set hotspot
      {
         version
         {
		      Visual Animal Goat_boredA
         }
       }
	  set hotspot
	  {
         version
         {
            Visual Animal Goat Fat_boredA
         }
       }
   }
}

//==============================================================================
anim death
{
   SetSelector
   {
	  InventoryLogic 25 75
      set hotspot
      {
         version
         {
		      Visual Animal Goat_deathA
         }
       }
	  set hotspot
	  {
         version
         {
            Visual Animal Goat Fat_deathA
         }
       }
   }
}

//==============================================================================
anim walk
{
   SetSelector
   {
	  InventoryLogic 25 75
      set hotspot
      {
         version
         {
		      Visual Animal Goat_walkA
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
         }
       }
	  set hotspot
	  {
         version
         {
            Visual Animal Goat Fat_walkA
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
         }
       }
   }
}

//==============================================================================
anim idle
{
   SetSelector
   {
	  InventoryLogic 25 75
      set hotspot
      {
         version
         {
		      Visual Animal Goat_idleA
         }
   	     version
         {
		      Visual Animal Goat_idleB
         }
		 version
         {
		      Visual Animal Goat_idleC
         }
      }
	  set hotspot
	  {
         version
         {
            Visual Animal Goat Fat_IdleA
         }
         version
         {
            Visual Animal Goat Fat_IdleB
         }
         version
         {
            Visual Animal Goat Fat_IdleC
         }
      }
   }
}